Laraning - Laravel Tutorials
Laraning - Laravel Tutorials
  • 30
  • 90 190
Mastering Laravel Nova - How to customize the Global Search Results
This is a free video from my premium course Mastering Nova, your way to learn Laravel Nova from beginner to advanced UI development. Feel free to subscribe in www.masteringnova.com
zhlédnutí: 1 364

Video

Tailwind Non-responsive to a Tailwind Responsive website
zhlédnutí 1,3KPřed 4 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! How to transform your Tailwind non-responsive website to a responsive one using a very practical approach that I followed for my Zahper website. Hope it helps!
Episode 1 - Installing Larapush
zhlédnutí 801Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Larapush is a github package that allows you to upload your codebase with a single artisan command! Pretty neat, and helps you a lot if you need to quickly deploy your code without using SSH! This is the first episode that shows you how to install and how to make a first codebase upload in less than 8 minutes.
Episode 3 - Integrating Socialite with Github
zhlédnutí 246Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! With the Laravel Socialite and the Gitub App credentials, we are now able to integrate the authentication on our laravel application. We will also see how we are login or register a new user automatically on the database.
Episode 2 - Creating a Gihub OAuth App
zhlédnutí 538Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Following the codebase preparation, we now need to create a OAuth App to allow our web application to redirect to it and let your user finish the authentication there. In this case we will create a Github App.
Episode 1 - Installing Laravel Socialite
zhlédnutí 903Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Let's get the ball rolling and start by following the Laravel Socialite package documentation in the official Laravel website. This package will allow you to integrate your OAuth Provider with your Laravel application!
Service Providers Code Structure
zhlédnutí 318Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Ever wonder what's the different between the register() and boot() methods? What should you place on each? Join me on this tutorial that shows how I strutucture the service provider codebase and maybe it can help you to get some ideas to improve yours too!
Laravel Packages - Spatie Honeypot
zhlédnutí 2,9KPřed 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Honeypot is a specific package that will allow your web forms to have fake data injected by Spam Bots. A highly effective package, very easy to integrate on your Laravel applications, that will allow you to increase your website security in a simple way!
Laravel Tutorial - Episode 11 - Using Eloquent
zhlédnutí 504Před 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! On the previous lesson we used Laravel Query Builder to insert our Contact Form data into the database. Now it's time to use Eloquent, an amazing active pattern ORM that will allow you to use classes to map information into your tables. Eloquent makes it easy to manage your database operations and in this t...
Laravel Tutorial - Episode 10 - Using the Query Builder
zhlédnutí 2KPřed 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! It's time to get into the database, finally! We will start by two videos, one showing you how to use the Laravel Query Builder. The Query Builder, is, as the name says, a way for you to construct queries using the Laravel DB static class, as on this example. We will see how to insert data into a MySQL datab...
Laravel Tips - Creating a global model variable for all Blade Views
zhlédnutí 14KPřed 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Welcome to the new series in Laraning called Tips and Tricks! In this first video we will learn how to create a global $model variable accessible in all your Blade views that will have the Model that you want to implicitly bind. Meaning, you don't need anymore to pass the model to your views via the Control...
Laravel Nova - Episode 2 - Resources and Fields
zhlédnutí 9KPřed 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Resources are your Model enpowered with a CRUD functionality. Fields are the fields that you can use on your CRUD operations. Sounds logical, but when you use them on Nova everything because so easy to use and to understand. Hop in and let's start diving inside Nova!
Laravel Nova - Episode 1 - Installing Nova
zhlédnutí 14KPřed 5 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! On this first lesson we will learn what is Laravel Nova, an administration panel framework created by Taylor Otwell, David Hamphill and Steve Schoger.
Laravel tutorial - Episode 9 - Creating a Migration File
zhlédnutí 199Před 6 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! Finally we are getting inside the database scope, and we will learn how to create a migration file. A migration file is a file that Laravel runs to make changes in your database model, like creating or changing data tables, or columns inside those ones. In this episode we will create our first migration fil...
Laravel Package creation - Episode 3 - Versioning your Package and make it auto discoverable
zhlédnutí 1,7KPřed 6 lety
Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com! After making our first commit to GitHub it's time to learn how to publish our package in Packagist so we can then import it in any web application that uses Composer. From there we will create our first pre-alpha release and also finalize with a way to make our package auto-discoverable by Laravel!
Laravel Package creation - Episode 2 - Exporting your package to GitHub
zhlédnutí 2,5KPřed 6 lety
Laravel Package creation - Episode 2 - Exporting your package to GitHub
Laravel Package creation - Episode 1 - Creating the Package Service Provider
zhlédnutí 8KPřed 6 lety
Laravel Package creation - Episode 1 - Creating the Package Service Provider
Laravel - Creating a Multi-authentication Gate
zhlédnutí 5KPřed 6 lety
Laravel - Creating a Multi-authentication Gate
Custom Blade Directives - Create your own custom Directive in 2 ways
zhlédnutí 999Před 6 lety
Custom Blade Directives - Create your own custom Directive in 2 ways
Introduction to Laravel Macros - How to create a Macro
zhlédnutí 1,5KPřed 6 lety
Introduction to Laravel Macros - How to create a Macro
Laravel tutorial - Episode 8 - Introduction to Middleware
zhlédnutí 297Před 6 lety
Laravel tutorial - Episode 8 - Introduction to Middleware
Laravel tutorial - Episode 7 - Form Requests
zhlédnutí 781Před 6 lety
Laravel tutorial - Episode 7 - Form Requests
Laravel tutorial - Episode 6 - Form Validations
zhlédnutí 211Před 6 lety
Laravel tutorial - Episode 6 - Form Validations
Laravel Packages - Spatie CSP (Content Security Policy)
zhlédnutí 5KPřed 6 lety
Laravel Packages - Spatie CSP (Content Security Policy)
Laravel tutorial - Episode 5 - Introduction to Controllers
zhlédnutí 223Před 6 lety
Laravel tutorial - Episode 5 - Introduction to Controllers
Laravel upgrade from 5.5 to 5.6 - Easy stuff !
zhlédnutí 13KPřed 6 lety
Laravel upgrade from 5.5 to 5.6 - Easy stuff !
Laravel tutorial - Episode 4 - Blade Demystified
zhlédnutí 850Před 6 lety
Laravel tutorial - Episode 4 - Blade Demystified
Laravel tutorial - Episode 3 - Introduction to Views
zhlédnutí 222Před 6 lety
Laravel tutorial - Episode 3 - Introduction to Views
Laravel tutorial - Episode 2 - Introduction to Routing
zhlédnutí 345Před 6 lety
Laravel tutorial - Episode 2 - Introduction to Routing
Laravel tutorial - Episode 1 - Installing Composer
zhlédnutí 1,1KPřed 6 lety
Laravel tutorial - Episode 1 - Installing Composer

Komentáře

  • @FCD303
    @FCD303 Před 23 dny

    It doesn't work im using laravel 11 and I get undefined errors

  • @user-xb5cx3zk9v
    @user-xb5cx3zk9v Před 8 měsíci

    How to test this honeypot is working or not

  • @user-qj9qc9cg5s
    @user-qj9qc9cg5s Před rokem

    How to use for inline js function?

  • @vikramjeetsingh1235

    amazing

  • @TheWheelTurns
    @TheWheelTurns Před rokem

    Thanks! I was missing how to get the custom policy working - this is a great package

  • @cotigasenegal
    @cotigasenegal Před rokem

    I wish I knew how to display a specific view when spam is detected :)

  • @alfalalo
    @alfalalo Před 2 lety

    waiting for more of this series

  • @jozefmaslovsky9270
    @jozefmaslovsky9270 Před 2 lety

    Thank you very much kind person

  • @CODINGISEASY
    @CODINGISEASY Před 2 lety

    *Nice video!*

  • @neerajsinghtangariya2587

    Nice explanation.. +1

  • @elbananerosoyyooo8394

    en español deberias hacer tu curso

  • @yarasy1668
    @yarasy1668 Před 2 lety

    it doesn't working i have more than problem:: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php >=7.3.1 but your php version (7.0.10) does not satisfy that requirement. Problem 2 - laravel/framework[v5.6.0, ..., v5.6.40] require php ^7.1.3 -> your php ver sion (7.0.10) does not satisfy that requirement. - Root composer.json requires laravel/framework 5.6.* -> satisfiable by lara vel/framework[v5.6.0, ..., v5.6.40]. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and re movals for packages currently locked to specific versions. how can i solve it??????????

  • @jerossinilp
    @jerossinilp Před 2 lety

    Fantástico!!

  • @prianasaputra7583
    @prianasaputra7583 Před 3 lety

    Thanks

  • @hasanbiyik01
    @hasanbiyik01 Před 3 lety

    This was great. Thank you...

  • @Adam-uu8dc
    @Adam-uu8dc Před 3 lety

    love the video man!

  • @JenuelDev
    @JenuelDev Před 3 lety

    any other turorial for laravel nova?

    • @rexalonzo921
      @rexalonzo921 Před 3 lety

      dont know if you guys gives a shit but if you guys are stoned like me during the covid times you can stream pretty much all of the latest movies and series on Instaflixxer. Have been streaming with my brother for the last couple of days =)

    • @hassantate1271
      @hassantate1271 Před 3 lety

      @Rex Alonzo Yup, have been watching on instaflixxer for years myself :D

    • @JenuelDev
      @JenuelDev Před 3 lety

      @@rexalonzo921 ah?

  • @sayidinaahmadalqososyi9770

    thankyou buddy

  • @Ramikelesli
    @Ramikelesli Před 3 lety

    how to configure inline <style> <script> it's not work until I use "unsafe-inline" which is not recommended

  • @salman-804
    @salman-804 Před 3 lety

    The best tutorial. After watching these 3 Episodes, i managed to publish my first package today. Bundle of thanks.

  • @sergey_gabrielyan1001

    Hello, as I understood from your video, can the admin know the user password?

  • @OwaisAzamTechnical
    @OwaisAzamTechnical Před 3 lety

    nice

  • @abdullahkuswanto9321
    @abdullahkuswanto9321 Před 3 lety

    Thanks for your videos

  • @mukuljain8383
    @mukuljain8383 Před 3 lety

    which extension are you using which makes element lines and snippet of breakpoints

  • @rotireuropa
    @rotireuropa Před 3 lety

    meci mult!!!

  • @pitoula07
    @pitoula07 Před 3 lety

    Hey! Thanks for this tutorial ! Little question : I followed all steps, and when i go to project/nova, it display the list of all files on the repository. I don't have any Nova interface. Any ideas ? Thanks ;)

  • @ivnstudios6135
    @ivnstudios6135 Před 3 lety

    Thanks a lot for taking the time to explain the whole step by step , I understand all of the video , thanks a lot - am a subscriber now

  • @AndyTalbot
    @AndyTalbot Před 3 lety

    Big thanks for this, just had to watch this through to see what changes I needed to make to my packages to make them fully PSR-4 compatible, and work with composer 2.

  • @markvador6667
    @markvador6667 Před 3 lety

    Good explanation, thanks you ! My goal is to manage the content of my main_layout.blade.php by a lot of includes defining all the parts of this template. <body> @include('partial._header') @include('partial._nav') @include('partial._section1') @include('partial._section2') @include('partial._footer') </body> i want to share something (an array, an object or wathever...) containing some stuff like : SECTION1 = true; SECTION2 = false; So, when the view will be rendered, i want to show @include('partial._section1') but ignore @include('partial._section2') and show the links of @include('partial._nav') according to my choice ie only section1... Can you help me on this kind of mess ??? Thank you !

  • @imadys2086
    @imadys2086 Před 3 lety

    thanks! very helpful

  • @74chefe
    @74chefe Před 3 lety

    Excellent tutorial!! 👍👍👍

  • @Troy-ol5fk
    @Troy-ol5fk Před 4 lety

    what are the use cases of @yield and @include ? its a bit confusing to me

  • @merlinkuriakose3195
    @merlinkuriakose3195 Před 4 lety

    Do you know how to upload multiple images for a field?

  • @user-ms5pc2vj8u
    @user-ms5pc2vj8u Před 4 lety

    tnks

  • @hongsonnguyen109
    @hongsonnguyen109 Před 4 lety

    I love what u do, it helps me save much time. But, Do u think the text is too small?

  • @meigiyanto3633
    @meigiyanto3633 Před 4 lety

    Your code is too small on my phone,try to play your zoom so it can more visible to your viewer,please.Thank you.

  • @wjc2664
    @wjc2664 Před 4 lety

    how lumen upgrade from 5.5 to 6.0?

  • @WalterKimaro
    @WalterKimaro Před 4 lety

    Niice, I didn't know about that appends trick either so thanks for that too.

  • @aimadghssisse8527
    @aimadghssisse8527 Před 4 lety

    hey thanks for tutorial , but i have problem when I deploy, and I wanna install it I have this problem - Can only install one of: symfony/finder[5.0.x-dev, v4.4.8]. - Can only install one of: symfony/finder[v5.0.0, v4.4.8]. - Can only install one of: symfony/finder[v5.0.0-BETA1, v4.4.8]. - Can only install one of: symfony/finder[v5.0.0-BETA2, v4.4.8]. - Can only install one of: symfony/finder[v5.0.0-RC1, v4.4.8]. - Can only install one of: symfony/finder[v5.0.1, v4.4.8]. - Can only install one of: symfony/finder[v5.0.2, v4.4.8]. - Can only install one of: symfony/finder[v5.0.3, v4.4.8]. - Can only install one of: symfony/finder[v5.0.4, v4.4.8]. - Can only install one of: symfony/finder[v5.0.5, v4.4.8]. - Can only install one of: symfony/finder[v5.0.6, v4.4.8]. - Can only install one of: symfony/finder[v5.0.7, v4.4.8]. - Can only install one of: symfony/finder[v5.0.8, v4.4.8]. even in composer.json I give version in require

  • @phenomenaljay42
    @phenomenaljay42 Před 4 lety

    Can we send notification mail to the user after creating new user?

  • @sweetsica
    @sweetsica Před 4 lety

    Hope to see more, i'm waiting for new Resource menu :(

    • @laraning-laraveltutorials236
      @laraning-laraveltutorials236 Před 4 lety

      I am now doing a premium course for Laravel Nova. You can pre-subscribe here: www.masteringnova.com , thanks!

    • @ryanm623
      @ryanm623 Před 3 lety

      @@laraning-laraveltutorials236 That sucks. :( So close to getting the answer I needed about adding a new Resource...

    • @laraning-laraveltutorials236
      @laraning-laraveltutorials236 Před 3 lety

      @@ryanm623 I made a video course in masteringnova.com, feel free to check it out!

  • @engidiogo
    @engidiogo Před 4 lety

    Thank you!

  • @AbulHasan-hk8ou
    @AbulHasan-hk8ou Před 4 lety

    how to calculate days in todate and fromdate in nova laravel using fields ?

  • @ubongasuquo545
    @ubongasuquo545 Před 4 lety

    i loved how you coined the name laravel and learning ... ha ha sweet. that what captivate me

  • @ChrisDaugaard47
    @ChrisDaugaard47 Před 4 lety

    Did you ever create the next 2 episodes? Keep them coming. =)

  • @ElRockeroTeo
    @ElRockeroTeo Před 4 lety

    Thanks

  • @Dipenparmar12
    @Dipenparmar12 Před 4 lety

    I haven't tried yet , buy seems like very helpful.

  • @AbulHasan-hk8ou
    @AbulHasan-hk8ou Před 4 lety

    What can we do if we want to use it for free ?

    • @laraning-laraveltutorials236
      @laraning-laraveltutorials236 Před 4 lety

      You can't. You need to buy the license. In case you are interested I am recording a new premium course in www.masteringnova.com. Feel free to subscribe!

  • @emanate.software
    @emanate.software Před 4 lety

    Thank you

  • @richardwheatley7194
    @richardwheatley7194 Před 4 lety

    I think that it would be useful to go over adding to Kernel - routeMiddleware and routing. Excusing my limited knowledge I don't think this is totally clear from the docs. Otherwise very cool solution.