The skeleton application for the Laravel framework.
brunocfalcao/go-with-laravel is a Laravel package for the skeleton application for the laravel framework..
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require brunocfalcao/go-with-laravel.
Discover more Laravel packages by brunocfalcao
or browse all Laravel packages to compare alternatives.
Last updated
This repository contains the code for the Bruno Laravel App
This documentation assumes you are running OSX or Linux based OS.
Please ensure your local port 80 is not used by local servers.
This documentation assumes you are using a terminal to setup the project
cd Brunocomposer install to install the PHP packages for the project.env file by copying cp .env.example .envphp artisan key:generate to generate command helps in the process of encryption so that there is no breach of privacy and private data.npm install to install and node modules. You can also run this on your local machine using npm install.npm run dev to process the frontend assets. You can also run this on your local machine using npm run dev.php artisan migrate to setup the database table and records.php artisan db:seed --class=RolesAndPermissionsSeeder to setup the roles in tables.php artisan db:seed --class=AdminSeeder to setup the admin record in user table.http://localhost:8000 for the local version of the app.php artisan schedule:run this command will run to automate the cronjob in application.php artisan process:orders this command will have to run after successfull payment through lemonsqueezy to fetch the records in a table of that order and also sending mail to the new user of ThankYou & Reset Password.php artisan update:products this command will fetch the products from lemonsqueezy store so you can aceess to download the files from products and can able to download in order section through button.If you want to use a separate host such as
http://local.bruno.com, use it in the .env and add0.0.0.0 local.bruno.comto your local hosts file.
PHP 8.2.4 node 16.14.2
npm 8.5.0