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.
Table of contents
Download codiksh/laravel-project
More information about codiksh/laravel-project
Files in codiksh/laravel-project
Download codiksh/laravel-project
More information about codiksh/laravel-project
Files in codiksh/laravel-project
Vendor codiksh
Package laravel-project
Short Description Ready to use Laravel admin panel.
License MIT
Package laravel-project
Short Description Ready to use Laravel admin panel.
License MIT
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,
- Spatie's Media Library
- Spatie's Laravel Permissions
- Yajra DataTables
- InfyOm's CRUD Generator, with customized layout using AdminLTEv3
- Pragmarx's Versioning
- Arcanedev's Log viewer
- Barryvdh's Debugbar
- Barryvdh's IDE Helper
- Laravel Sanctum, for ready-to-use API authentications
Steps to setup
- Run
composer create-project --prefer-dist codiksh/laravel-project {project-name}. - Create Database.
- Copy
.env.exampleas.envand Update following in.env- Name
- URL
- DB credentials
- Email Credentials
- Update
MY_SQL_VERSION, if it is below8. this is mandatory, otherwise, it would result in error while migrating.
- Run
php artisan codiksh:install-template. - Configure
medialibraryconfig forLocalStore.
Breaking changes as compare to L7
- Routes action now supports direct callable classes, and hence, we as well are now using that in here.
- Change in namespace of seeder classes. Earlier, there was no namespace.
Side note
- To work with tailwind, you may need to run
npm install. - To manage versioning within the app, Copy
version.ymlfile 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
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
The package codiksh/laravel-project contains the following files
Loading the files please wait ...