![]() |
Where's an epic primer on Bootstrap sites with authentication?
GFY bros unite!
Please point me in the right direction 👍 |
What do you mean by authentication - the ability for Web users to create usernames/passwords etc? Bootstrap is a front-end frame work ( in browser Gui) you'll need a back end such as wordpress, etc
|
Quote:
|
I appreciate your help guys thank you :thumbsup
Anyone with links to an epic primer? |
Quote:
For authentication you need logic written in code using a language like PHP and some way of storing your users information such as MySQL. Therefore you need to learn how to program and how to style with Bootstrap to create an application that presents Bootstrap pages and does things like authentication. |
Bootstrap Getting Started
Getting started · Bootstrap PHP Getting Started PHP: Getting Started - Manual MySQL Getting Started (you want to move to MariaDB but the principles are the same) https://dev.mysql.com/usingmysql/get_started.html It's best to use a PHP Framework once you learn these things. I suggest Laravel - but before learning Laravel you must understand Object Oriented Programming principles. Laravel https://laravel.com These are behind a paywall - but Laracasts is worth every cent. Object Oriented Bootcamp https://laracasts.com/series/object-...ootcamp-in-php PHP 7 Intro and Primer https://laracasts.com/series/php7-up-and-running Laravel 5 from Scratch https://laracasts.com/series/laravel-5-from-scratch Once you know Laravel then creating a Bootstrap site with authentication can be done in a few commands. Code:
#laravel new project |
you could probably bootstrap something like that with Ruby on Rails
|
Quote:
i gotta look in the laraval. |
Quote:
The hardest part is setting up the environment. I spent the better part of a day getting it to load correctly the first time. I don't care what anyone says, it's finicky and I'm not a moron. Once you get it down it's really nice, you just need to stick it out. If you are making run of the mill sites stick with a common CMS, i.e. Wordpress. If you need to go completely custom and build something unique I would use laravel. |
wow this laravel looks interesting
|
Quote:
Laravel is no more difficult than any other Framework. Frameworks use lots of dependencies. The thing that sets Laravel apart from many other frameworks is it's extensive scaffolding capabilities, like in my example above to scaffold basic auth into an application. However you do need a fair amount of knowledge to develop your app. I guess as a minimum you would need to know. PHP MySQL Laravel Git Then for deployment you'd need to understand how to set up a web server and possibly a mail server. While it's possible to deploy a Laravel App to shared hosting I wouldn't recommend it. You need a custom Document Root for starters and then you really want to be able to lock down the server for the best security. |
Quote:
i custom code everything from scratch., very rarely i use wp. but if it needs to put some time in it., then i am good with old fashioned php coding. |
Quote:
Laravel is great but you'll find there's a fair bit of new stuff to learn, like Blade (templating language) and Eloquent ORM (a simplified ActiveRecord implementation). Once you learn Laravel you'll be able to do more things in less time than you have ever done with PHP. |
Quote:
|
Quote:
i still do procedural., and its fun. |
Thanks for your input everyone! Looks like this will be a bumpy endeavor.
|
Quote:
I liked CodeIgniter because I could upload it and you're done with the setup. Extremely easy to use and when quick to get the job done. It may not be the "proper" way to do things in this skewed 2016 programmer mindset but when time is money in business then your boss or client loves seeing quick progress. |
Quote:
Quote:
Quote:
|
All times are GMT -7. The time now is 11:26 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc