Download the PHP package ahmedsohel/laravel-todocrud without Composer
On this page you can find all versions of the php package ahmedsohel/laravel-todocrud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ahmedsohel/laravel-todocrud
More information about ahmedsohel/laravel-todocrud
Files in ahmedsohel/laravel-todocrud
Download ahmedsohel/laravel-todocrud
More information about ahmedsohel/laravel-todocrud
Files in ahmedsohel/laravel-todocrud
Vendor ahmedsohel
Package laravel-todocrud
Short Description A simple to-do list package for Laravel.
License MIT
Package laravel-todocrud
Short Description A simple to-do list package for Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-todocrud
Laravel todo crud
Install
composer require ahmedsohel/laravel-todocrud
Add Provider (Optional)
Add the provider in boostrap/provider.php into your project
Ahmed\Todocrud\TodoPackageServiceProvider::class
Publish views to modify (Optional)
after publishing views your can modify from
Publish the config (Optional)
php artisan vendor:publish --tag=config
Publish the views (Optional)
php artisan vendor:publish --tag=views
How to Use
Run migration command to migrate todos table
Command to run
php artisan serve
Route to get todos list
All versions of laravel-todocrud with dependencies
PHP Build Version
Package Version
The package ahmedsohel/laravel-todocrud contains the following files
Loading the files please wait ....