pixcafe/starter

The "Starter" package will help you get start with your new Laravel project with a awesome backend template.

v2.1.0 2023-10-04 05:23 UTC

This package is auto-updated.

Last update: 2024-11-04 07:49:20 UTC


README

Latest Version on Packagist Total Downloads

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

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!