pixcafe / starter
The "Starter" package will help you get start with your new Laravel project with a awesome backend template.
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^7.4|^8.0
- illuminate/support: ^9|^10
README
The "pixcafe-starter" package will help you get start with your new Laravel project with a awesome backend template. Also, the authentication, basic components will be installed.
Installation
You can install the package via composer
composer require pixcafe/starter
Usage
Step 1: Publish Template Files
php artisan vendor:publish --tag=pixcafe-starter --force
Note: It will affect your public directory, so make sure you take backup of your existing files.
Step 2: Add backend route file to your "web.php" file
require __DIR__ .'/backend.php';
Step 3: Add Helper file to your composer.json
in your composer.json file add bellow code inside autoload:
"files": [ "app/Helper/Helper.php" ]
Step 4: Dump new file
In your terminal use bellow command to dump the new file
composer dump-autoload
Now visit your site, you'll get new home page and other pages. You're done! Enjoy!
Credits
- Shadhin Ahmed
- Pixcafe Team
License
The MIT License (MIT). Please see License File for more information.
Thank you
Feel free to let us know whwat we should implement more!