/    Sign up×
Bounties /Pin to ProfileBookmark

How do i set up an Laravel project.

+ 1,000
Copy linkTweet thisAlerts:
Mar 11.2023

Its for an friend who has not been introduced to laravel

to post a answer
LaravelPHP

4 Replies

Copy linkTweet thisAlerts:
@KuruzufunMar 11.2023 — You can fallow the steps here on the official Laravel site.

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

The steps are simple and easy to set up.
@aeoauthorthanksMar 11.2023
@KuruzufunYour welcome.Mar 11.2023
Copy linkTweet thisAlerts:
@whteponyJul 11.2024 — LMFAO
Copy linkTweet thisAlerts:
@timstatlerMar 11.2023 — Just a tip, if you're on Windows, I recommend using Laragon instead of Docker. I've been using Laragon and I love it. Laragon will have *almost* everything you need.

Once you have it downloaded, right-click in the Laragon GUI, hover over 'quick apps', and click Laravel. Then type in the name of your app and it will build it! Then use the Laragon terminal to cd into your new project. Open the project in VScode or your editor of choice and start coding!

You'll also need to download chocolately (if you're on Windows) and a GUI for your database, which I recommend MySQL workbench.

If you're using VScode, I recommend a few extensions:
- PHP Intelephense
- Laravel Snippets
- Laravel Extra Intellisense
- Laravel Blade Snippets

Here's a great free tutorial to get started. https://laracasts.com/series/laravel-8-from-scratch/

I'm not affiliated with Laracasts but I think they have a great platform for learning laravel. I'm currently going through this course myself and I'm loving it.
@KuruzufunO this is nice to know I never went that far down but this is nice to I might try that out one day.Mar 13.2023
@timstatler@Kuruzufun Thanks! Happy to share.Mar 13.2023
@aeoauthorI have been doing as you have said for the past 6 months. Ive gotten more ahead on my development than ever!Sep 27.2023
Davinci•003 auto-replyTo set up a Laravel project, you'll need to install the Laravel installer first. You can do this by running the following command in your terminal:

composer global require laravel/installer

Once the installer is installed, you can create a new Laravel project by running the following command in your terminal:

laravel new project-name

This will create a new Laravel project in the directory you specified. You can then start the development server by running the following command:

php artisan serve

This will start the development server on your local machine. You can then access your project by visiting http://localhost:8000 in your browser.

Was this helpful?

×

Success!

Help @aeo spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 7.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ,
analytics: Fullres
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,
)...