Skip to content

a simple Build Your First Application with laravel 10.4.1

Notifications You must be signed in to change notification settings

ampmonteiro/laravel10-build-your-first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 10.4.1 - Build a simple News website

About the project

To learn Laravel was made CRUD with News.

with similar struture or same idea of:

CodeIgniter 4 - Build Your First Application

on my repo.

Image:

blog home

Docs:

https://laravel.com/docs/10.x

Install framework

    composer create-project laravel/laravel:^10.0 ./

install debug toolbar

    composer require barryvdh/laravel-debugbar --dev

Editor and Recommend extensions

Setup (using docker without compose)

php image: read the Dockerfile

mysql image in terminal:

docker run --name db_sf \
     -e MYSQL_ROOT_PASSWORD=[your pwd] \
     -e MYSQL_DATABASE=sf6 \
     -e MYSQL_USER=[youur user] \
     -e MYSQL_PASSWORD=[your password] \
     -dp 3306:3306 mysql;

About

a simple Build Your First Application with laravel 10.4.1

Topics

Resources

Stars

Watchers

Forks

Languages