Download the PHP package codiksh/laravel-project without Composer

On this page you can find all versions of the php package codiksh/laravel-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-project

laravel-project

A ready to use Laravel 8 based Admin panel, using various in-house helpers and well known packages like,

  1. Spatie's Media Library
  2. Spatie's Laravel Permissions
  3. Yajra DataTables
  4. InfyOm's CRUD Generator, with customized layout using AdminLTEv3
  5. Pragmarx's Versioning
  6. Arcanedev's Log viewer
  7. Barryvdh's Debugbar
  8. Barryvdh's IDE Helper
  9. Laravel Sanctum, for ready-to-use API authentications

Steps to setup

  1. Run composer create-project --prefer-dist codiksh/laravel-project {project-name}.
  2. Create Database.
  3. Copy .env.example as .env and Update following in .env
    1. Name
    2. URL
    3. DB credentials
    4. Email Credentials
    5. Update MY_SQL_VERSION, if it is below 8. this is mandatory, otherwise, it would result in error while migrating.
  4. Run php artisan codiksh:install-template.
  5. Configure medialibrary config for LocalStore.

Breaking changes as compare to L7

  1. Routes action now supports direct callable classes, and hence, we as well are now using that in here.
  2. Change in namespace of seeder classes. Earlier, there was no namespace.

Side note

  1. To work with tailwind, you may need to run npm install.
  2. To manage versioning within the app, Copy version.yml file from \resources\assets\ directory to \config\ directory.

All versions of laravel-project with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-intl Version *
ext-json Version *
arcanedev/log-viewer Version 10.0.0
doctrine/dbal Version ^3.0
guzzlehttp/guzzle Version ^7.0.1
infyomlabs/adminlte-templates Version ^6.0.0
infyomlabs/laravel-generator Version ^6.0.1
laravel/framework Version ^10.0
laravel/passport Version ^11.8
laravel/sanctum Version ^3.2.5
laravel/tinker Version ^2.5
laravelcollective/html Version ^6.2
codiksh/version Version ^1.5.0
spatie/laravel-medialibrary Version ^10.9.0
spatie/laravel-permission Version ^5.10.1
yajra/laravel-datatables Version ^10.0.0
yajra/laravel-datatables-oracle Version ^10.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package codiksh/laravel-project contains the following files

Loading the files please wait ....