Skip to content

Fullstack Laravel Web Made with MySQL, Laravel Blade, Laravel & Tailwind.css. Deployed to Heroku to Be Accessible By Any Person in The World =)

Notifications You must be signed in to change notification settings

Frederick-88/laravel-fullstack-app

Repository files navigation

Laravel Fullstack App ( Laravel Blade, Laravel & MYSQL )

A Color-Palette Website which Created by Chen Frederick - Included Email Blast, Database & Other Features to Become a Successful Fullstack Laravel App.

Website Link: Soon Deploy to AWS


Features :

  1. CRUD Backend with Integration in Frontend by MYSQL & Blade
  2. Restore & Archive Functionality ( Soft Delete )
  3. Plugin Integration + Tailwind.css + Fontawesome + SCSS
  4. After Register & Create a Color palette will receive email ( send email system )
  5. Components & Layout in laravel blade
  6. Deployment to Heroku
  7. Reusable Notification Component
  8. Laravel Eloquent Relationship

Database Column :

Users Palette ( soft delete table - with archive & restore feature )
id (primary_key) id (primary_key)
name user_id (foreign_key of users table)
username title
email colors (object)
password created_at
remember_token updated_at
email_verified_at deleted_at
created_at
updated_at

References :


Tools Used :

  • Visual Studio Code
  • DBeaver
  • Git & Gitahead
  • Composer
  • Laravel & PHP
  • Tailwind.css
  • Gmail & Mailtrap
  • Node & NPM

To Setup :

  • npm install
  • composer install
  • npm run dev

Personal Notes :

  • after installed any plugin, you need to do npm i to synchronize between package.json & composer.json
  • after changed webpack.mix.js, since laravel mix is webpack based, you’ll need to compile those files with npm run dev.
  • while you're on development please run php artisan serve & npm run watch. 1 so you can visit localhost, the other 1 so you don't need to run npm run dev for every scss file change you made
  • its good to have layout in laravel where you can put your link rel in for just 1 time rather than put in all your component
  • can refer to our personal ms.word notes at drive when you want to regain knowledge after a while - P.S we dont have password in our local mysql
  • for email setup, here are some examples :
For Mailtrap (local/testing level)
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=30205bc21626b8
MAIL_PASSWORD=e211bdfef34f72
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=frederick@fdpalette.com
MAIL_FROM_NAME="${APP_NAME}"
For Gmail (production level)
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME="YOUR_EMAIL_ADDRESS"
MAIL_PASSWORD="YOUR_EMAIL_PASSWORD"
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="PREFERED_SENDER_EMAIL"
MAIL_FROM_NAME="${APP_NAME}"

Database Details :

  • Name : 'laravel_fullstack_app'
  • Username : 'laravel_fullstack_admin'
  • Password : 'laravel_fullstack_admin'

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

  • your gmail app password for mailing ( production ) = mevuamcszfeofgyb
  • updated gmail app password version = lekoqmhajjnerbax

About

Fullstack Laravel Web Made with MySQL, Laravel Blade, Laravel & Tailwind.css. Deployed to Heroku to Be Accessible By Any Person in The World =)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published